home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / SHATMENU.DXR / 00035.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  553 b   |  24 lines

  1. on startMovie
  2.   set the timeoutLength to 120 * 60
  3.   cursor(-1)
  4.   set the cursor of sprite 2 to 2
  5.   set the cursor of sprite 3 to 2
  6.   set the cursor of sprite 4 to 2
  7.   set the cursor of sprite 7 to 2
  8.   set the cursor of sprite 5 to 2
  9.   set the cursor of sprite 6 to 2
  10. end
  11.  
  12. on continueWithoutClick
  13.   play movie "Demo.dir"
  14. end
  15.  
  16. on mouseUp
  17.   set the castNum of sprite 2 to 2
  18.   set the castNum of sprite 3 to 5
  19.   set the castNum of sprite 4 to 8
  20.   set the castNum of sprite 5 to 11
  21.   set the castNum of sprite 7 to 14
  22.   set the castNum of sprite 6 to 17
  23. end
  24.